home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_52
/
PlaceObject2_439_196
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-04-25
|
320b
|
13 lines
onClipEvent(enterFrame){
if(this.hitTest(_root["drawline" + _root.symboller]) && live == true && _root.swapping == true)
{
_root.score += Math.round(5 / _root.setthickness);
_root.hits = _root.hits + 1;
live = false;
}
if(_root.resetting == true)
{
live = true;
}
}